home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Delete < prev    next >
Text File  |  1998-02-16  |  570b  |  23 lines

  1.                           --AMIGADOS GUIDE V2.5--
  2.                                   DELETE
  3.  
  4.  
  5.    USE:
  6.    Delete attempts to erase any files or directories which you have
  7.    specified.  This command should be used with caution.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>DELETE File1
  17.    1>DELETE DF0:#?Doc#? (deletes every file ending in "Doc")
  18.    1>DELETE RAM: ALL (deletes all files in Ram)
  19.  
  20.    NOTES:
  21.    Make sure that you understand what you have told the computer to delete
  22.    because you will not be able to get it back once deleted.
  23.